home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 39 / Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso / -seriously_amiga- / archivers / xpk / developer / include / c / clib / xpksub_protos.h < prev   
C/C++ Source or Header  |  1999-02-22  |  652b  |  26 lines

  1. #ifndef  CLIB_XPKSUB_PROTOS_H
  2. #define  CLIB_XPKSUB_PROTOS_H
  3.  
  4. /*
  5. **    $VER: clib/xpksub_protos.h 3.10 (01.10.96) by SDI
  6. **
  7. **    (C) Copyright 1991-1996 by 
  8. **          Urban Dominik Mueller, Bryan Ford,
  9. **          Christian Schneider, Christian von Roques,
  10. **        Dirk Stöcker
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef XPK_XPKSUB_H
  15. #include <xpk/xpksub.h>
  16. #endif
  17.  
  18. struct XpkInfo *XpksPackerInfo (void);
  19. LONG XpksPackChunk (struct XpkSubParams *);
  20. void XpksPackFree (struct XpkSubParams *);
  21. LONG XpksPackReset (struct XpkSubParams *);
  22. LONG XpksUnpackChunk(struct XpkSubParams *);
  23. void XpksUnpackFree (struct XpkSubParams *);
  24.  
  25. #endif    /* CLIB_XPKSUB_PROTOS_H */
  26.